CIMPLICITY REST API Web Service
CIMPLICITY REST API Web Service / CimClassDataItemExpression Json Schema
In This Topic
    CimClassDataItemExpression Json Schema
    In This Topic
    Description
    is a object to configure the expression attributes
    Overview
    CimClassDataItemExpression
    is a object to configure the expression attributes
    FirstOperandNum : number
    is number that hlds the first (or left hand) side of the opperand if the value is to be treated as a number. Use CimClassDataItemExpression.FirstOperandString if your value is a string
    FirstOperandString : string
    is string that hlds the first (or left) hand side of the opperand. Use CimClassDataItemExpression.FirstOperandNum if your value is a number
    ID : string
    is a read only attribute that represents the ID of this expression
    Operator : CimExpressionOperandTypesEnum
    Specifies the browser type
    SecondOperandNum : number
    is number that hlds the first (or left) hand side of the opperand if the value is to be treated as a number. Use CimClassDataItemExpression.SecondOperandString if your value is a string
    SecondOperandString : string
    is string that hlds the second (or right hand) side of the opperand. Use CimClassDataItemExpression.SecondOperandNum if your value is a number
    Properties
    NameDescriptionData Type
    is number that hlds the first (or left hand) side of the opperand if the value is to be treated as a number. Use CimClassDataItemExpression.FirstOperandString if your value is a stringnumber
    is string that hlds the first (or left) hand side of the opperand. Use CimClassDataItemExpression.FirstOperandNum if your value is a numberstring
    is a read only attribute that represents the ID of this expressionstring
    Specifies the browser typeCimExpressionOperandTypesEnum
    is number that hlds the first (or left) hand side of the opperand if the value is to be treated as a number. Use CimClassDataItemExpression.SecondOperandString if your value is a stringnumber
    is string that hlds the second (or right hand) side of the opperand. Use CimClassDataItemExpression.SecondOperandNum if your value is a numberstring
    See Also